home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Netware Super Library
/
Netware Super Library.iso
/
nw_lite
/
l11u01
/
closefil.pat
next >
Wrap
Text File
|
1992-12-01
|
1KB
|
30 lines
TARGET=C:\NWLITE\SERVER.EXE
LIST
print "CLOSEFIL.PAT - NetWare Lite v1.1 Server close file handles fix patch.\n"
VERIFY
va = search ( B9 20 00 B8 00 00 80 3F 00 75
07 E9 BC 37 E2 F6 checksum 680 )
if va=1FD1 then
print " $TARGET already contains patch CLOSEFIL.PAT.\n"
stop
else
print " $TARGET does not contain patch CLOSEFIL.PAT.\n"
endif
APPLY
print " Applying patch CLOSEFIL.PAT to $TARGET...\n"
vb = search ( B9 08 00 B8 00 00 80 3F 00 75
07 05 08 00 E2 F6 checksum 499 )
if vb=1FD1 then
patch 1FD2 ( 20 checksum 20 )
patch 1FDC ( E9 BC 37 checksum 1DC )
patch 579B ( 05 08 00 43 E9 3D C8 checksum 23E )
write
print " $TARGET now contains patch CLOSEFIL.PAT.\n"
stop
else
print " Could not find pattern indicating that $TARGET\n"
print " needs this patch. Make sure you are using this\n"
print " patch with NetWare Lite SERVER.EXE, version 1.1 \n"
stop
endif